Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As IKeyedCollection(Of TKey, TItem)
Dim value As IEnumerable(Of TKey)

value = instance.Keys

Syntax

Visual Basic
ReadOnly Property Keys As IEnumerable(Of TKey)
C#
IEnumerable<TKey> Keys { get; }
C++
property IEnumerable<TKey>^ Keys {
		IEnumerable<TKey>^ get ();
}
J#
/** @property */
IEnumerable<TKey> get_Keys ()
JScript
function get Keys () : IEnumerable<TKey>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also